else if ( popupBody.style.display == "" && !FMCIsSafari() ) // Mozilla: When the popup is clicked, the onload gets called twice, so return the second time.
{
return;
}
popupBody.style.display = "";
FMCSetPopupSize( popupBody );
var clientX = popupBody.MCClientX;
var clientY = popupBody.MCClientY;
var absolutePosition = FMCGetPosition( popupBody.offsetParent );
popupNode.style.overflow = "hidden"; // Since scrollbars are now present, temporarily remove them before enlarging the node or else they'll still be present